func runtime.traceEnabled
17 uses
runtime (current package)
mgcsweep.go#L676: if traceEnabled() {
panic.go#L800: if traceEnabled() {
proc.go#L2192: if traceEnabled() || traceShuttingDown() {
proc.go#L2511: if traceEnabled() || traceShuttingDown() {
proc.go#L3019: if (traceEnabled() || traceShuttingDown()) && traceReaderAvailable() != nil {
proc.go#L3274: if traceEnabled() || traceShuttingDown() {
stack.go#L1183: if traceEnabled() && readgstatus(gp)&^_Gscan == _Gwaiting && gp.waitreason.isWaitingForGC() {
trace.go#L155: if traceEnabled() || traceShuttingDown() {
trace.go#L957: for traceEnabled() {
tracecpu.go#L13: if traceEnabled() {
tracecpu.go#L36: if !traceEnabled() {
tracecpu.go#L43: for traceEnabled() {
tracecpu.go#L76: if traceEnabled() {
tracecpu.go#L212: if !traceEnabled() {
traceruntime.go#L145: func traceEnabled() bool {
traceruntime.go#L183: if !traceEnabled() {
traceruntime.go#L199: if !traceEnabled() {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |